home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-07 / lite2lan.zip / LITE2LAN.BAT < prev    next >
DOS Batch File  |  1993-07-22  |  419b  |  19 lines

  1. @echo off
  2. cls
  3. echo.
  4. echo This program will rename the Lantastic 
  5. echo NET.* files to NETL.* and rename NEWNET.EXE
  6. echo to NET.EXE. It MUST be run in the directory 
  7. echo where your Lantastic files are located. 
  8. echo (i.e. \LANTASTI )
  9. echo.
  10. echo Press any key to continue
  11. echo or CTRL-Break to terminate.
  12. pause>nul
  13.  
  14. ren net.exe netl.exe
  15. ren net.hlp netl.hlp
  16. ren net.mnu netl.mnu
  17. ren newnet.exe net.exe
  18.  
  19.